Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TVAULT-4413: [Victoria Qualification] Trilio component deployment failed on OSA ubuntu 20 Victoria #457

Open
wants to merge 1 commit into
base: v4.1maintenance
Choose a base branch
from

Conversation

rohit-keshri
Copy link
Contributor

No description provided.

@@ -1,11 +1,13 @@
# Database vars
dmapi_db_setup_host: "{{ ('galera_all' in groups) | ternary(groups['galera_all'][0], 'localhost') }}"
dmapi_db_setup_host_victoria: "{{ openstack_db_setup_host | default('localhost') }}"
dmapi_db_setup_host_ussuri: "{{ ('galera_all' in groups) | ternary(groups['galera_all'][0], 'localhost') }}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it possible to check length of groups['galera_all'] before accessing the index.

@@ -2,13 +2,13 @@
- name: Setup Database Service (MariaDB)
delegate_to: "{{_oslodb_setup_host }}"
block:
- name: Create database for service
- name: Ussuri | Create database for service Ussri
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

spell check

Copy link
Contributor

@DeepikaAFour DeepikaAFour left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor comments, but looks good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants